home *** CD-ROM | disk | FTP | other *** search
- -- card: 2960 from stack: in
- -- bmap block id: 14720
- -- flags: 0000
- -- background id: 2664
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=346 top=67 right=117 bottom=421
- -- title width / last selected line: 0
- -- icon id / first selected line: 32650 / 32650
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Click Here
- ----- HyperTalk script -----
- on mouseUp
- answer "Clicking here moves you to the next page!" with "OK"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=0 top=65 right=342 bottom=96
- -- title width / last selected line: 0
- -- icon id / first selected line: 1016 / 1016
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Click Here
- ----- HyperTalk script -----
- on mouseUp
- answer "Clicking here moves you to the prev page!" with "OK"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=104 top=317 right=339 bottom=211
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Click to Begin
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow
- go next card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=216 top=318 right=340 bottom=316
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Print Stack
- ----- HyperTalk script -----
- on mouseUp
- doMenu Print Stack...
- end mouseUp
-
-